From cbc2ac231963037e24b1f014327deb6785831ae7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 Jan 2001 11:56:26 +0000 Subject: [PATCH] (gnus-article-x-face-command) (gnus-treat-display-xface, gnus-treat-display-smileys): Add :version. --- lisp/gnus/gnus-art.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index b64e335a0bc..008b790b7ac 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -215,6 +215,7 @@ asynchronously. The compressed face will be piped to this command." :type '(choice string (function-item gnus-article-display-xface) function) + :version "21.1" :group 'gnus-article-washing) (defcustom gnus-article-x-face-too-ugly nil @@ -929,6 +930,7 @@ See the manual for details." Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details." :group 'gnus-article-treat + :version "21.1" :type gnus-article-treat-head-custom) (put 'gnus-treat-display-xface 'highlight t) @@ -942,6 +944,7 @@ See the manual for details." Valid values are nil, t, `head', `last', an integer or a predicate. See the manual for details." :group 'gnus-article-treat + :version "21.1" :type gnus-article-treat-custom) (put 'gnus-treat-display-smileys 'highlight t) -- 2.30.2